From: Benjamin Barenblat Date: Tue, 18 Oct 2022 14:02:49 +0000 (+0100) Subject: Eliminate libabsl_flags.so and libabsl_flags.a X-Git-Tag: archive/raspbian/20220623.1-1+rpi1+deb12u2~1^2~3 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=6f63cca50c7f1d37468abc644fa55a4348019573;p=abseil.git Eliminate libabsl_flags.so and libabsl_flags.a Forwarded: not-needed The libabsl_flags library only contains code when compiling with MSVC, which Debian doesn't use. Skip compiling absl/flags/flag.cc, and make the Abseil flags library header-only. Gbp-Pq: Name empty-flags-library.diff --- diff --git a/absl/flags/CMakeLists.txt b/absl/flags/CMakeLists.txt index 3e9d5ad..cb59d24 100644 --- a/absl/flags/CMakeLists.txt +++ b/absl/flags/CMakeLists.txt @@ -199,8 +199,6 @@ absl_cc_library( absl_cc_library( NAME flags - SRCS - "flag.cc" HDRS "declare.h" "flag.h"